.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.leftWow,
.rightWow,
.bottomWow,
.mos {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateX(8px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes myfirst {
  0%,
  100% {
    -webkit-transform: translate(0, -5px) rotateZ(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotateZ(0);
  }
}
@-webkit-keyframes myfirst1 {
  0%,
  100% {
    -webkit-transform: translate(0, -10px) rotateZ(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotateZ(0);
  }
}
@keyframes myfirst2 {
  0%,
  100% {
    -webkit-transform: translate(-5px, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
.button.dark {
  --shadow: 0 2px 8px -1px rgba(21, 25, 36, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(21, 25, 36, 0.5);
}
.button.white {
  --shadow: 0 2px 8px -1px rgba(18, 22, 33, 0.04);
  --shadow-hover: 0 4px 20px -2px rgba(18, 22, 33, 0.12);
}
.button {
  --text: #fff;
  --font-size: 16px;
  --duration: 0.5s;
  --move-hover: -4px;
  font-family: 'Roboto';
  line-height: var(--font-size);
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--font-size);
  background: var(--background);
  color: var(--text);
  box-shadow: var(--shadow);
  -webkit-transform: translateY(var(--y));
  transform: translateY(var(--y));
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.button span {
  text-align: center;
}
.button span i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}
.button span i:nth-child(1) {
  --d: 0.05s;
}
.button span i:nth-child(2) {
  --d: 0.1s;
}
.button span i:nth-child(3) {
  --d: 0.15s;
}
.button span i:nth-child(4) {
  --d: 0.2s;
}
.button span i:nth-child(5) {
  --d: 0.25s;
}
.button span i:nth-child(6) {
  --d: 0.3s;
}
.button span i:nth-child(7) {
  --d: 0.35s;
}
.button span i:nth-child(8) {
  --d: 0.4s;
}
.button span i:nth-child(9) {
  --d: 0.45s;
}
.button span i:nth-child(10) {
  --d: 0.5s;
}
.button span i:nth-child(11) {
  --d: 0.55s;
}
.button:hover {
  --y: var(--move-hover);
  --shadow: var(--shadow-hover);
  --move: -4px;
  --shadow-active: 0 3px 1px rgba(0, 0, 0, 0.2);
}
.button:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}
.button.smoke {
  --move: 12px;
  --move-y: -8px;
  --blur: 4px;
}
.button.smoke:hover i {
  --duration: 1s;
  -webkit-animation: smoke var(--duration) linear var(--d);
  animation: smoke var(--duration) linear var(--d);
}
.button.drive {
  --move: 16px;
  --skew: 25deg;
  --skew-fast: 40deg;
  --skew-bounce: -12px;
}
.button.drive:hover i {
  --duration: 1s;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: drive var(--duration) linear var(--d);
  animation: drive var(--duration) linear var(--d);
}
.btnstyle1 {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
}
.btnstyle1::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  background-color: #01317b;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.btnstyle1::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  background-color: #01317b;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.btnstyle1:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btnstyle1:hover::before {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btnstyle2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
.btnstyle2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #01317b;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.btnstyle2:hover {
  color: #333;
  background-color: #fff;
}
.btnstyle2:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
@-webkit-keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active);
  }
}
@keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active);
  }
}
@-webkit-keyframes smoke {
  45%,
  55% {
    -webkit-filter: blur(var(--blur));
    filter: blur(var(--blur));
  }
  50%,
  50.1% {
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(var(--move)) translateY(var(--move-y));
    transform: translateX(var(--move)) translateY(var(--move-y));
  }
  50.1% {
    -webkit-transform: translateX(calc(var(--move) * -1));
    transform: translateX(calc(var(--move) * -1));
  }
}
@keyframes smoke {
  45%,
  55% {
    -webkit-filter: blur(var(--blur));
    filter: blur(var(--blur));
  }
  50%,
  50.1% {
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(var(--move)) translateY(var(--move-y));
    transform: translateX(var(--move)) translateY(var(--move-y));
  }
  50.1% {
    -webkit-transform: translateX(calc(var(--move) * -1));
    transform: translateX(calc(var(--move) * -1));
  }
}
@-webkit-keyframes drive {
  40% {
    opacity: 1;
  }
  55% {
    -webkit-transform: skewX(var(--skew)) translateX(var(--move));
    transform: skewX(var(--skew)) translateX(var(--move));
  }
  56% {
    -webkit-transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
    transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
  }
  55%,
  56% {
    opacity: 0;
  }
  75% {
    -webkit-transform: skewX(var(--skew));
    transform: skewX(var(--skew));
  }
  85% {
    -webkit-transform: skewX(var(--skew-bounce));
    transform: skewX(var(--skew-bounce));
  }
}
@keyframes drive {
  40% {
    opacity: 1;
  }
  55% {
    -webkit-transform: skewX(var(--skew)) translateX(var(--move));
    transform: skewX(var(--skew)) translateX(var(--move));
  }
  56% {
    -webkit-transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
    transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
  }
  55%,
  56% {
    opacity: 0;
  }
  75% {
    -webkit-transform: skewX(var(--skew));
    transform: skewX(var(--skew));
  }
  85% {
    -webkit-transform: skewX(var(--skew-bounce));
    transform: skewX(var(--skew-bounce));
  }
}
@keyframes movec {
  0%,
  100% {
    clip: rect(0, 300px, 5px, 0);
  }
  25% {
    clip: rect(0, 300px, 210px, 295px);
  }
  50% {
    clip: rect(205px, 300px, 210px, 0);
  }
  75% {
    clip: rect(0, 5px, 210px, 0px);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(24, 125, 178, 0.1), 0 0 0 10px #187db2;
  }
  100% {
    box-shadow: 0 0 0 10px #187db2, 0 0 0 15px rgba(24, 125, 178, 0);
  }
}
@keyframes ripple2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 204, 67, 0.1), 0 0 0 10px #ffcc43;
  }
  100% {
    box-shadow: 0 0 0 10px #ffcc43, 0 0 0 15px rgba(255, 204, 67, 0);
  }
}
@keyframes tra1 {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes tra2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(180deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.1), 0 0 0 10px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(51, 51, 51, 0.1), 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
/* banner */
.banner {
  width: 100%;
  position: relative;
}
.banner .prev1 {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat left center;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 100px;
  z-index: 999;
  transform: translateY(-25px);
}
.banner .next1 {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat right center;
  transition: 0.5s;
  transform: translateY(-25px);
  position: absolute;
  top: 50%;
  right: 100px;
  z-index: 999;
}
.banner .swiper-banner {
  width: 100%;
  height: 100%;
}
.banner .swiper-banner .swiper-slide a,
.banner .swiper-banner .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper-banner .swiper-pagination-bullets {
  bottom: 30px !important;
}
.banner .swiper-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  background: rgba(255, 255, 255);
  opacity: 0.8;
}
.banner .swiper-banner .swiper-pagination-bullet-active {
  background: #01317b;
}
.product {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.product .sideMenu {
  float: left;
  width: 280px;
}
.product .sideMenu .ti {
  width: 100%;
  height: 102px;
  background: #01317b url(../images/ti2.png) no-repeat 216px center;
  box-sizing: border-box;
  padding: 32px 0 0 28px;
}
.product .sideMenu .ti p {
  letter-spacing: 0.8px;
  color: #ffffff;
  font-size: 19px;
  line-height: 19px;
  font-weight: bold;
}
.product .sideMenu .ti span {
  display: block;
  margin-top: 10px;
  font-family: arial;
  font-size: 12px;
  line-height: 11px;
  color: #fff;
}
.product .sideMenu h3 {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #01317b url(../images/ti3.png) no-repeat 226px center;
  box-sizing: border-box;
  padding: 0 60px 0 28px;
  margin-top: 1px;
}
.product .sideMenu h3 a {
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.product .sideMenu ul {
  width: 100%;
  background-color: #fbfbfb;
  box-sizing: border-box;
  padding: 0 12px;
  display: none;
}
.product .sideMenu ul li:last-child a {
  border-bottom: 1px solid transparent;
}
.product .sideMenu ul li {
  width: 100%;
  height: 65px;
  line-height: 65px;
}
.product .sideMenu ul li:hover a {
  border-bottom: 1px solid #01317b;
  color: #01317b;
}
.product .sideMenu ul li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 50px 0 40px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #dedede;
  background: url("../images/mo1.png") no-repeat center;
  transition: 0.5s;
}
.product .right {
  width: 920px;
}
.product .right .tit {
  width: 100%;
  height: 60px;
  background-color: #fbfbfb;
}
.product .right .tit p {
  float: left;
  width: 220px;
  height: 60px;
  background: #01317b url(../images/ti4.png) no-repeat 30px center;
  box-sizing: border-box;
  padding-left: 65px;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
}
.product .right .tit .box {
  float: right;
  width: 280px;
  height: 35px;
  margin-top: 12px;
  border-bottom: 1px solid #dedede;
  margin-right: 13px;
}
.product .right .tit .box input {
  width: 230px;
  height: 29px;
  line-height: 29px;
  background: transparent;
  box-sizing: border-box;
  padding: 0 10px;
  color: #999999;
  float: left;
}
.product .right .tit .box .sss {
  float: right;
  width: 29px;
  height: 29px;
  background: url("../images/ss2.png") no-repeat center;
  cursor: pointer;
}
.product .right ul {
  width: 100%;
}
.product .right ul li:nth-child(3n) {
  margin-right: 0;
}
.product .right ul li:hover .tu img {
  transform: scale(1.2);
}
.product .right ul li:hover .tu {
  border: 3px solid #f69900;
}
.product .right ul li:hover .ti {
  color: #f69900;
  background: url("../images/mo21.png") no-repeat left center;
}
.product .right ul li {
  float: left;
  margin-top: 27px;
  margin-right: 40px;
  width: 280px;
}
.product .right ul li .tu {
  display: block;
  width: 100%;
  height: 210px;
  background-color: #ffffff;
  border: solid 3px #f8f8f8;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 8px;
  transition: 0.5s;
}
.product .right ul li .tu img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  transition: 1s;
}
.product .right ul li .ti {
  display: block;
  float: left;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
  width: 210px;
  box-sizing: border-box;
  padding-left: 27px;
  background: url("../images/mo2.png") no-repeat left center;
  font-size: 16px;
  color: #333;
}
.product .right ul li .mo {
  float: right;
  color: #666666;
  font-family: arial;
  font-size: 14px;
  line-height: 42px;
}
.biaoti {
  text-align: left;
  height: 134px;
  background: url(../images/bt1.png) no-repeat left bottom;
}
.biaoti p {
  font-family: Impact;
  font-size: 70px;
  line-height: 57px;
  color: #333;
}
.biaoti h3 {
  margin-top: 23px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #01317b;
}
.biaoti h3 a {
  color: #01317b;
}
.biaoti h3 b {
  color: #333;
}
.reason {
  width: 100%;
  height: 857px;
  overflow: hidden;
  background: url("../images/bg1.jpg") no-repeat center top;
}
.reason .slideTxtBox {
  width: 100%;
  position: relative;
}
.reason .slideTxtBox .biaoti {
  position: absolute;
  top: 78px;
  right: 0px;
  z-index: 99;
  text-align: right;
  background: url(../images/bt1.png) no-repeat right bottom;
}
.reason .slideTxtBox .bd {
  height: 610px !important;
}
.reason .slideTxtBox .tu {
  width: 998px;
  height: 610px;
  float: left;
  margin-left: -320px;
}
.reason .slideTxtBox .tu img {
  width: 100%;
  height: 100%;
}
.reason .slideTxtBox .zi {
  width: 535px;
  float: right;
  margin-top: 333px;
  padding-top: 45px;
  box-sizing: border-box;
  position: relative;
}
.reason .slideTxtBox .zi i {
  display: block;
  color: #f5f5f5;
  font-family: arial;
  font-size: 79px;
  font-weight: 900;
  line-height: 66px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.reason .slideTxtBox .zi .ti {
  text-align: right;
  box-sizing: border-box;
  padding-right: 60px;
  font-size: 22px;
  line-height: 22px;
  color: #333;
  z-index: 99;
  position: relative;
  background: url(../images/ti5.png) no-repeat right 3px;
}
.reason .slideTxtBox .zi .ti p {
  color: #999999;
  margin-top: 11px;
  font-family: arial;
  font-size: 12px;
  line-height: 11px;
}
.reason .slideTxtBox .zi .jie {
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 14px;
  text-align: right;
  margin-top: 31px;
}
.reason .slideTxtBox .hd {
  width: 572px;
  float: left;
  background: url(../images/ti6.png) no-repeat 285px center;
  margin-top: 78px;
  height: 30px;
  line-height: 30px;
}
.reason .slideTxtBox .hd ul {
  width: 240px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
}
.reason .slideTxtBox .hd ul li.on {
  font-family: arial;
  font-size: 18px;
  background: url("../images/hd2.png") no-repeat center;
}
.reason .slideTxtBox .hd ul li {
  width: 30px;
  height: 30px;
  background: url("../images/hd1.png") no-repeat center;
  transition: 0.5s;
  text-align: center;
  font-family: arial;
  font-size: 0px;
  color: #fff;
  line-height: 30px;
}
.reason .slideTxtBox .hd .next {
  float: right;
  display: block;
  font-family: arial;
  font-size: 30px;
  font-style: italic;
  color: #fff;
}
.reason .slideTxtBox .dh {
  float: right;
  width: 500px;
  margin-top: 17px;
  line-height: 90px;
}
.reason .slideTxtBox .dh p {
  float: left;
  box-sizing: border-box;
  padding-left: 44px;
  background: url("../images/dh2.png") no-repeat left center;
  font-family: arial;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.reason .slideTxtBox .dh .qq {
  float: right;
  display: block;
  width: 90px;
  height: 90px;
  background: url("../images/qq.png") no-repeat center;
}
.case {
  width: 100%;
  height: 775px;
  overflow: hidden;
}
.case .biaoti {
  position: absolute;
  top: 0px;
  left: 0px;
}
.case .alone {
  float: left;
  width: 580px;
  margin-top: 174px;
  position: relative;
}
.case .alone:hover .tu img {
  transform: scale(1.2);
}
.case .alone:hover .ti {
  color: #01317b;
}
.case .alone::after {
  width: 2px;
  height: 155px;
  background-color: #01317b;
  position: absolute;
  top: 375px;
  left: 50px;
  content: "";
}
.case .alone .mo {
  display: block;
  width: 96px;
  height: 80px;
  background: url(../images/mo3.png) no-repeat left top;
  position: absolute;
  top: 349px;
  right: 20px;
}
.case .alone .tu {
  width: 580px;
  height: 449px;
  background-color: #fbfbfb;
  box-sizing: border-box;
  padding: 20px;
}
.case .alone .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .alone .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.case .alone .ti {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 32px 0 16px;
  font-size: 18px;
  line-height: 19px;
  color: #333;
  font-weight: bold;
  transition: 0.5s;
}
.case .alone .jie {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case ul {
  width: 660px;
  float: right;
}
.case ul li:first-child {
  margin-top: 0;
}
.case ul li {
  width: 100%;
  height: 205px;
  background-color: #fbfbfb;
  box-sizing: border-box;
  padding: 13px;
  margin-top: 45px;
}
.case ul li:hover .tu img {
  transform: scale(1.2);
}
.case ul li:hover .zi .ti {
  color: #f69900;
}
.case ul li:hover .zi .mo {
  background: #f69900;
  color: #fff;
}
.case ul li .tu {
  display: block;
  width: 240px;
  height: 180px;
  overflow: hidden;
  float: left;
}
.case ul li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.case ul li .zi {
  float: right;
  width: 360px;
  margin-top: 22px;
}
.case ul li .zi .ti {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.case ul li .zi .jie {
  width: 100%;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin: 20px 0;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case ul li .zi .mo {
  display: block;
  transition: 0.5s;
  width: 75px;
  height: 25px;
  background-color: #fff;
  border-radius: 12.5px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #333;
}
.about {
  width: 100%;
  min-height: 720px;
  padding-bottom: 70px;
  background: url("../images/bg2.jpg") no-repeat center top;
}
.about .left {
  width: 660px;
  margin-top: 207px;
  margin-left: 63px;
}
.about .left .ti {
  width: 100%;
  height: 37px;
  background: url(../images/ti7.png) no-repeat left 9px;
  box-sizing: border-box;
  padding: 15px 0 0 235px;
  position: relative;
}
.about .left .ti p {
  font-family: Impact;
  font-size: 18px;
  line-height: 14px;
  color: #333;
  position: absolute;
  top: 0px;
  left: 0px;
}
.about .left .ti a {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}
.about .left .jie {
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  width: 100%;
  height: 180px;
  margin: 49px 0 86px;
}
.about .left .ryzz {
  display: block;
  width: 355px;
  height: 160px;
  background: url("../images/g1.png") no-repeat center;
  margin-left: -63px;
  box-sizing: border-box;
  padding: 53px 0 0 200px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  float: left;
}
.about .left .ryzz p {
  color: #fce6c3;
  opacity: 0.5;
  margin-top: 15px;
  font-family: arial;
  font-size: 12px;
  line-height: 11px;
  font-weight: normal;
}
.about .left .dh {
  float: right;
  margin-top: 50px;
}
.about .left .dh p {
  line-height: 20px;
  height: 20px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 30px;
  background: url("../images/dh3.png") no-repeat left center;
}
.about .left .dh span {
  display: block;
  margin-top: 24px;
  font-family: arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 17px;
  color: #fff;
}
.about .right {
  width: 495px;
  position: relative;
}
.about .right > img {
  width: 100%;
  height: 559px;
}
.about .right .yy {
  position: absolute;
  top: 458px;
  left: 90px;
}
.about .right .yy .tu {
  width: 162px;
  height: 212px;
  box-sizing: border-box;
  padding: 16px;
  background: url("../images/yy.png") no-repeat center;
}
.about .right .yy .tu img {
  width: 100%;
  height: 100%;
}
.about .right .yy .ti {
  width: 136px;
  position: absolute;
  top: 164px;
  right: -176px;
  height: 45px;
  background: url("../images/Businesslicense.png") no-repeat center bottom;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.about ul {
  width: 100%;
  margin-top: 70px;
}
.about ul li:nth-child(4n) {
  margin-right: 0;
}
.about ul li:hover .tu img {
  transform: scale(1.2);
}
.about ul li:hover .ti {
  color: #f69900;
  background: url("../images/ti9.png") no-repeat center;
}
.about ul li {
  width: 290px;
  margin-right: 40px;
  float: left;
}
.about ul li .tu {
  width: 100%;
  height: 220px;
  background: url("../images/ryzz.png") no-repeat center;
  box-sizing: border-box;
  padding: 20px;
}
.about ul li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about ul li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.about ul li .ti {
  display: block;
  margin-top: 13px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
  text-align: center;
  box-sizing: border-box;
  padding: 0 68px;
  color: #333;
  background: url("../images/ti8.png") no-repeat center;
}
.news {
  width: 100%;
  height: 613px;
  overflow: hidden;
}
.news .biaoti {
  float: left;
  height: 125px;
}
.news .hd {
  float: right;
  width: 620px;
  height: 55px;
  margin-top: 36px;
}
.news .hd ul {
  width: 100% ;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .hd ul li.on {
  background: #f69900;
  border: 1px solid #f69900;
}
.news .hd ul li.on a {
  background: url("../images/xw11.png") no-repeat left center;
  color: #fff;
}
.news .hd ul li:nth-child(2) a {
  background: url("../images/xw2.png") no-repeat left center;
}
.news .hd ul li:nth-child(2).on a {
  background: url("../images/xw21.png") no-repeat left center;
}
.news .hd ul li:nth-child(3) a {
  background: url("../images/xw3.png") no-repeat left center;
}
.news .hd ul li:nth-child(3).on a {
  background: url("../images/xw31.png") no-repeat left center;
}
.news .hd ul li {
  width: 190px;
  height: 55px;
  transition: 0.5s;
  border: solid 1px #dedede;
  box-sizing: border-box;
  padding-left: 33px;
}
.news .hd ul li a {
  display: block;
  width: 100%;
  height: 53px;
  line-height: 53px;
  color: #666666;
  font-size: 18px;
  transition: 0.5s;
  box-sizing: border-box;
  padding-left: 50px;
  background: url("../images/xw1.png") no-repeat left center;
}
.news .bd .left {
  width: 404px;
  height: 240px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.news .bd .left:hover img {
  transform: scale(1.2);
}
.news .bd .left:hover .zi .ti {
  color: #f69900;
}
.news .bd .left img {
  transition: 1s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.news .bd .left .zi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(1, 49, 123, 0.9);
  box-sizing: border-box;
  padding: 40px 40px 0 28px;
}
.news .bd .left .zi .shi {
  line-height: 13px;
  font-family: arial;
  font-size: 14px;
  color: #fff;
  float: left;
}
.news .bd .left .zi .shi i {
  font-family: arial;
  font-size: 18px;
}
.news .bd .left .zi .mo {
  display: block;
  width: 71px;
  height: 20px;
  background-color: #012864;
  border-radius: 10px;
  float: right;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-family: arial;
  font-size: 14px;
}
.news .bd .left .zi .ti {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
  margin: 45px 0 22px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
.news .bd .left .zi .jie {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  letter-spacing: 0px;
  color: #7e8ea7;
}
.news .bd .right {
  width: 835px;
  height: 240px;
  margin-top: 40px;
}
.news .bd .right:hover img {
  transform: scale(1.2);
}
.news .bd .right:hover .zi .ti {
  color: #f69900;
}
.news .bd .right .tu {
  float: left;
  width: 320px;
  height: 240px;
  overflow: hidden;
}
.news .bd .right .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.news .bd .right .zi {
  width: 476px;
  float: right;
  margin-top: 17px;
}
.news .bd .right .zi .shi {
  line-height: 20px;
  font-family: arial;
  font-size: 14px;
  color: #999;
  float: left;
}
.news .bd .right .zi .shi i {
  font-family: arial;
  font-size: 18px;
  color: #333;
}
.news .bd .right .zi .mo {
  display: block;
  width: 71px;
  height: 20px;
  background-color: #fbfbfb;
  border-radius: 10px;
  float: right;
  text-align: center;
  line-height: 20px;
  color: #333;
  font-family: arial;
  font-size: 14px;
}
.news .bd .right .zi .ti {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
  margin: 45px 0 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  height: 20px;
  color: #333;
}
.news .bd .right .zi .jie {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666;
}
.news .bd ul {
  width: 100%;
  margin-top: 12px;
}
.news .bd ul li:nth-child(3n) {
  margin-right: 0;
}
.news .bd ul li {
  float: left;
  margin-top: 10px;
  width: 400px;
  margin-right: 40px;
  height: 52px;
  border-bottom: 1px solid #dedede;
  position: relative;
  line-height: 52px;
}
.news .bd ul li::before {
  content: '';
  display: block;
  transition: 0.7s;
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #f69900;
  z-index: 99999;
}
.news .bd ul li:hover:before {
  width: 100%;
}
.news .bd ul li:hover .ti {
  background: url("../images/ti11.png") no-repeat left center;
  color: #f69900;
}
.news .bd ul li .ti {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 340px;
  box-sizing: border-box;
  padding-left: 18px;
  font-size: 14px;
  color: #333;
  transition: 0.5s;
  background: url("../images/ti10.png") no-repeat left center;
}
.news .bd ul li .shi {
  float: right;
  line-height: 52px;
  color: #666666;
  font-family: arial;
  font-size: 14px;
}
.yqlj {
  width: 100%;
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #fbfbfb;
}
.yqlj ul {
  position: relative;
  box-sizing: border-box;
  padding-left: 100px;
}
.yqlj ul::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yqlj ul .ti {
  position: absolute;
  top: 40%;
  left: 0px;
  transform: translateY(-50%);
  width: 99px;
  height: 32px;
  background: url("../images/links.png") no-repeat center;
}
.yqlj ul li:hover {
  transform: translateX(5px);
}
.yqlj ul li:hover a {
  color: #01317b;
}
.yqlj ul li {
  float: left;
  margin-left: 50px;
  transition: 0.5s;
  line-height: 32px;
  font-size: 14px;
}
.yqlj ul li a {
  color: #666;
  transition: 0.3s;
}
